Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / RangeFilterBase<T> Class / UpperValue Property

In This Topic
    UpperValue Property (RangeFilterBase<T>)
    In This Topic
    Gets or sets the current upper magnitude of the range.
    Syntax
    'Declaration
     
    
    Public Overridable Property UpperValue As Nullable(Of T)
    public virtual Nullable<T> UpperValue {get; set;}
    See Also